func runtime.efaceOf
32 uses
runtime (current package)
arena.go#L113: t := (*_type)(efaceOf(&typ).data)
arena.go#L120: e := efaceOf(&result)
arena.go#L146: e := efaceOf(&s)
arena.go#L176: xe := efaceOf(&x)
arena.go#L183: xe := efaceOf(&x)
arena.go#L294: i := efaceOf(&sl)
cgocall.go#L569: ep := efaceOf(&ptr)
cgocall.go#L581: aep := efaceOf(&arg)
cgocall.go#L824: ep := efaceOf(&val)
debuglog.go#L330: v := efaceOf(&x)
error.go#L260: eface := efaceOf(&i)
heapdump.go#L400: eface := efaceOf(&p.arg)
iface.go#L318: uint16Type *_type = efaceOf(&uint16Eface)._type
iface.go#L319: uint32Type *_type = efaceOf(&uint32Eface)._type
iface.go#L320: uint64Type *_type = efaceOf(&uint64Eface)._type
iface.go#L321: stringType *_type = efaceOf(&stringEface)._type
iface.go#L322: sliceType *_type = efaceOf(&sliceEface)._type
map.go#L323: e := efaceOf(&m)
mbitmap.go#L1816: e := *efaceOf(&ep)
mfinal.go#L433: e := efaceOf(&obj)
mfinal.go#L478: f := efaceOf(&finalizer)
mfinal.go#L520: if itab := assertE2I2(ityp, efaceOf(&obj)._type); itab != nil {
netpoll.go#L732: pdType *_type = efaceOf(&pdEface)._type
panic.go#L711: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
panic.go#L715: if p.link != nil && *efaceOf(&p.link.arg) == *efaceOf(&p.arg) {
panic.go#L1265: if x.link != nil && *efaceOf(&x.link.arg) == *efaceOf(&x.arg) {
pinner.go#L126: e := efaceOf(i)
runtime2.go#L194: func efaceOf(ep *any) *eface {
stkframe.go#L266: abiRegArgsType := efaceOf(&abiRegArgsEface)._type
time.go#L277: return (*hchan)(efaceOf(&t.arg).data)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |